home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tech Arsenal 1
/
Tech Arsenal (Arsenal Computer).ISO
/
tek-01
/
ov143b.zip
/
DOSFILE.H
< prev
next >
Wrap
C/C++ Source or Header
|
1993-01-04
|
600b
|
17 lines
/* 001 29-Jun-86 dosfile.h
Header file for use with file.c.
Copyright (c) 1986 by Blue Sky Software. All rights reserved.
*/
struct search_block { /* dos structure for file searching */
char context[21]; /* dos context usage */
unsigned char attrib; /* file entry attributes */
unsigned time; /* file time */
unsigned date; /* file date */
unsigned long size; /* file size */
char fn[13]; /* dos file name */
};